Xbasic

A5_SS_GET Function

Syntax

Result_Flag as L = a5_ss_get(P pResult ,C style )

Arguments

pResultPointer

A pointer variable that becomes the stylesheet pointer.

styleCharacter

The name of the stylesheet. Use A5_STYLESHEET_ENUM()to get a list of styles.

Returns

Result_FlagLogical

Returns .T. if the pointer is succesfully created, otherwise .F.

Description

The A5_SS_GET() function creates a pointer to the specified stylesheet. Internal stylesheet function

Example

dim ssh as P
? a5_ss_get(ssh, "Avant Garden")
= .T.

Limitations

Desktop applications only.

See Also